Version

PropertyMappingCollection<TKey,TMapping> Class

Base class for various field mapping collections used for specifying which field in the schedule object points to which field in the data source.
Syntax
'Declaration
 
Public MustInherit Class PropertyMappingCollection
    (Of TKey,TMapping As {New, PropertyMappingBase(Of TKey)}) 
   Inherits Infragistics.Collections.Services.ObservableCollectionExtended(Of TMapping)
public abstract class PropertyMappingCollection<TKey,TMapping> : Infragistics.Collections.Services.ObservableCollectionExtended<TMapping> 
where TMapping: new(), PropertyMappingBase<TKey>
Type Parameters
TKey
Either an enum that enumerates the properties of the schedule object (for example when used by the Infragistics.Controls.Schedules.Services.AppointmentPropertyMappingCollection) or string that identifies the metadata key when used by the MetadataPropertyMapping.
TMapping
A PropertyMappingBase<TKey> derived class.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also